home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / cqa.zip / LISTCOMB.BCP < prev    next >
Text File  |  1991-04-01  |  387b  |  8 lines

  1. QUESTION:  I am using SendMessage with LB_ADDSTRING to put a string into
  2.            the list box portion of my combo box control but it doesn't
  3.            show up?  Everything compiles ok.  What am I doing wrong?
  4.  
  5. ANSWER:    The Windows constants LB_XXXXXXX cannot be used with the list
  6.            box section of a combo box.  Usually there is a CB_XXXXXXX
  7.            equivalant.
  8.